docs: fix one typo in pvh.markdown
authorWei Liu <wei.liu2@citrix.com>
Thu, 25 Sep 2014 14:23:10 +0000 (15:23 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 29 Sep 2014 12:25:15 +0000 (13:25 +0100)
were -> where

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
docs/misc/pvh.markdown

index 2735b174a109895916ec99f140ae7da8438d587f..52d8e743e70f73583ed6405b90557d2259c46be6 100644 (file)
@@ -64,7 +64,7 @@ distinction for a 64bit PVH is that it is launched at privilege level 0 as
 opposed to a 64bit PV guest which is launched at privilege level 3.
 
 Also, the `rsi` (`esi` on 32bits) register is going to contain the virtual
-memory address were Xen has placed the `start_info` structure. The `rsp` (`esp`
+memory address where Xen has placed the `start_info` structure. The `rsp` (`esp`
 on 32bits) will point to the top of an initial single page stack, that can be
 used by the guest kernel. The `start_info` structure contains all the info the
 guest needs in order to initialize. More information about the contents can be